TMultiMapBase<TKey,TValue>.AddRange(TKey,TValue[]) Method

Represents method AddRange(TKey,TValue[]).

Namespace: Spring.Collections.MultiMaps
public
 procedure AddRange(const key: TKey; const values: array of TValue); overload;

Parameters

key
Type: TKey

values
Type: array of TValue

Implements

IMultiMap<TKey,TValue>.AddRange(TKey,TValue[])